--Set callback values
--Sets the entered callback values for open, apply and close actions.
--set callback values
--Sets the entered callback values for open, apply and close actions
(call_Open,call_Apply,call_Close: string)
is
do
	Dialog.ArgumentForOpen:=call_Open;
	Dialog.ArgumentForApply:=call_Apply;
	Dialog.ArgumentForClose:=call_Close;
end;
/*dialog:Enter the name of the dialog here.
*/